runtime.stackScanState.getPtr (method)

2 uses

	runtime (current package)
		mgcmark.go#L819: 		p, conservative := state.getPtr()
		mgcstack.go#L241: func (s *stackScanState) getPtr() (p uintptr, conservative bool) {